STOP SOUND

This command will stop the specified Sound Number if it is playing.

  Syntax
STOP SOUND Sound Number
  Parameters
Sound Number
Integer
The specified sound Number to stop

  Returns

This command does not return a value.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index